home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
connec~1.lzh
/
CONNECT.LZH
/
CONNECT
/
SCRIPTS
/
LOGMAUS.SCR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-24
|
368 b
|
26 lines
echo "------------------------------------------"
echo "----CoSHy Loginscript für das Maus-Net----"
if ! carrier ; then
echo "Verbindung steht nicht."
exit
fi
waitfor -t 30s '(J/N)'
send -n 'j'
waitfor ':'
send $1
waitfor ':'
send $2
echo
echo "-----Script erfolgreich beendet-----"
echo "------------------------------------"
exit